'Usage Dim items() As String Dim values() As String Dim instance As New ComboBoxEditor(items, values)
Parameters
- items
- Items in the combo box list, specified as an array
- values
- Values for the items in the combo box list, specified as an array
'Usage Dim items() As String Dim values() As String Dim instance As New ComboBoxEditor(items, values)